projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b0fc32
)
Let MultiGeometry be optional in tracks.
author
robertl
<robertl>
Wed, 15 Mar 2006 16:30:57 +0000
(16:30 +0000)
committer
robertl
<robertl>
Wed, 15 Mar 2006 16:30:57 +0000
(16:30 +0000)
kml.c
patch
|
blob
|
history
diff --git
a/kml.c
b/kml.c
index c8adbed3f3fa6f252859f98482e6c3172ea9dc75..34a3a13d6ff62d81b2ac12e421d9be55c98848e4 100644
(file)
--- a/
kml.c
+++ b/
kml.c
@@
-97,6
+97,7
@@
xg_tag_mapping kml_map[] = {
{ wpt_coord, cb_cdata, "/Placemark/Point/coordinates" },
{ wpt_icon, cb_cdata, "/Placemark/Style/Icon/href" },
{ trk_coord, cb_cdata, "/Placemark/MultiGeometry/LineString/coordinates" },
+ { trk_coord, cb_cdata, "/Placemark/LineString/coordinates" },
{ NULL, 0, NULL }
};